'Declaration Public Overloads Sub Load( _ ByVal stream As System.IO.Stream, _ ByVal ParamArray transforms() As BaseTransform _ )
public void Load( System.IO.Stream stream, params BaseTransform[] transforms )
Parameters
- stream
- The input stream.
- transforms
- The transformation chain for the image that is being loaded.